home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / MacPNG Library / README-MacPNG < prev    next >
Encoding:
Text File  |  1995-09-05  |  856 b   |  28 lines  |  [TEXT/ttxt]

  1. Portable Network Graphics Group
  2.  
  3. These file are a result of my port of PNG libraries and PNG utilities.
  4. Comments can be directed to: Mark Fleming <Markf@post.queensu.ca>
  5.  
  6. To use uncompress and place project files in the source folder for the utilities.
  7.  
  8. pnglibs - folder of compile 68K libraries and include files for PNG.
  9.  
  10. MetroWerk's Codewarror DR5.5 project files:
  11.  
  12. zlib.π - Project file for compression library
  13. lbpng.lib68k.π - project file to PNG library.
  14.  
  15. pngtest.π
  16. ptot.π
  17. pngCheck.π
  18. gif2png.π
  19.  
  20. macmain.c - general Macintosh file selection to unix command line patch file.
  21.  
  22. Compiled 68K applications:
  23.  
  24. pngCheck - test to see if file is a correct PNG file.
  25. pngtest - test png library, requires "pngtest.png" file in the same folder as this application.
  26. PNG to TIFF converter - convert PNG file to TIFF files.
  27. gif2png - convert GIF files to PNG files.
  28.